func internal/profile.unmarshal

3 uses

	internal/profile (current package)
		profile.go#L162: 	if err := unmarshal(data, p); err != nil {
		profile.go#L490: 	if err := unmarshal(b, pp); err != nil {
		proto.go#L165: func unmarshal(data []byte, m message) (err error) {